Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / PushClip Method / PushClip(Nullable<RectangleF>) Method

In This Topic
    PushClip(Nullable<RectangleF>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function PushClip( _
       ByVal clipRect As System.Nullable(Of RectangleF) _
    ) As GcGraphics.Clip
    public GcGraphics.Clip PushClip( 
       System.Nullable<RectangleF> clipRect
    )

    Parameters

    clipRect
    See Also